Reverse words

05.04.2023

Complete the function that accepts a string parameter, and reverses each word in the string. All spaces in the string should be retained.

Blog_Description